* Tooltips *
************/
-.tooltip {
+tooltip {
&.background {
// background-color needs to be set this way otherwise it gets drawn twice
// see https://bugzilla.gnome.org/show_bug.cgi?id=736155 for details.
decoration.csd {
background-color: transparent;
}
-}
-
-.tooltip * { //Yeah this is ugly
- padding: 4px;
- background-color: transparent;
- color: inherit; // just to be sure
+ * { //Yeah this is ugly
+ padding: 4px;
+ background-color: transparent;
+ }
}
/*****************
box-shadow: 0 1px 2px transparentize(black, 0.8),
0 0 0 1px transparentize($_wm_border,0.1);
}
- .csd.tooltip & {
+ tooltip.csd & {
border-radius: 5px;
box-shadow: none;
}
/************
* Tooltips *
************/
-.tooltip {
+tooltip {
color: white;
padding: 4px;
/* not working */
border-radius: 5px;
box-shadow: none;
text-shadow: 0 1px black; }
- .tooltip.background {
+ tooltip.background {
background-color: rgba(0, 0, 0, 0.8);
background-clip: padding-box;
border: 1px solid rgba(255, 255, 255, 0.1); }
- .tooltip decoration.csd {
+ tooltip decoration.csd {
+ background-color: transparent; }
+ tooltip * {
+ padding: 4px;
background-color: transparent; }
-
-.tooltip * {
- padding: 4px;
- background-color: transparent;
- color: inherit; }
/*****************
* Color Chooser *
.csd.popup decoration {
border-radius: 0;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(28, 31, 31, 0.8); }
- .csd.tooltip decoration {
+ tooltip.csd decoration {
border-radius: 5px;
box-shadow: none; }
messagedialog.csd decoration {
/************
* Tooltips *
************/
-.tooltip {
+tooltip {
color: white;
padding: 4px;
/* not working */
border-radius: 5px;
box-shadow: none;
text-shadow: 0 1px black; }
- .tooltip.background {
+ tooltip.background {
background-color: rgba(0, 0, 0, 0.8);
background-clip: padding-box;
border: 1px solid rgba(255, 255, 255, 0.1); }
- .tooltip decoration.csd {
+ tooltip decoration.csd {
+ background-color: transparent; }
+ tooltip * {
+ padding: 4px;
background-color: transparent; }
-
-.tooltip * {
- padding: 4px;
- background-color: transparent;
- color: inherit; }
/*****************
* Color Chooser *
.csd.popup decoration {
border-radius: 0;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.13); }
- .csd.tooltip decoration {
+ tooltip.csd decoration {
border-radius: 5px;
box-shadow: none; }
messagedialog.csd decoration {